Name | Description | |
---|---|---|
![]() | NNullable<T> Constructor | Creates a row value that aggregates the specified value. |
The following tables list the members exposed by NNullable<T>.
Name | Description | |
---|---|---|
![]() | NNullable<T> Constructor | Creates a row value that aggregates the specified value. |
Name | Description | |
---|---|---|
![]() | IsNull | Indicates whehther the value should be considered as null. |
![]() ![]() | Null | The Null row value. Use it when you want to return a null for the row value. |
![]() | Value | Row value. Valid if IsNull is false. |
Name | Description | |
---|---|---|
![]() | Equals | |
![]() | GetHashCode |
![]() | Overloaded. |
![]() | Explicit operator for casting a NNullableValue to value. |
![]() | Implicit operator that creates a NNullableValue from a value. |
![]() | Overloaded. Logical Not Equal To operator |